The CSS in Drupal 7's Vertical Tabs (#323112: Vertical Tabs now part of core, woohoo!) is much better than what we're currently using. It should solve several problems including:

#453884: Invisible left border.
#427938: Vertical Tabs container should resize if .vertical-tabs-list height changes
#398048: IE (6) layout broken
#357142: Some padding in body text

Not only that, but the core CSS was extensively tested on IE 6/7/8, Opera, Firefox, Safari. It's generally better and more flexible, plus we can simultaneously fix problems in core and benefit from improvements to the core version by making the two version use the same markup and CSS.

This patch makes Vertical Tabs use identical markup and CSS to the Drupal 7 version.

Comments

quicksketch’s picture

Status: Needs review » Fixed

Committed so we can get this version out and get some new testers on it.

atelier’s picture

StatusFileSize
new14.37 KB

I installed the 2009-05-18 dev build, but I'm still having a problem in IE7. Works fine in FF3. (See attached)

quicksketch’s picture

Hm odd, did you clear your caches so that the new CSS is in place? Is the problem specific to tinyMCE text editors, or does this happen in every tab?

quicksketch’s picture

atelier, let's continue in a new issue: #467204: IE7 Content Overflows

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Version: 6.x-1.0-beta2 » 6.x-1.x-dev

Tested the D7 patch with a few themes (latest D7 versions).
Bartic, Corolla, Garland, MAYO, Nitobe, Picture reladet (AT), Seven, Sky, Typebased: succesfull.

With the theme BlogBuzz II http://drupal.org/project/blogbuzz there is an error on page admin/appearance/settings/blogbuzz.

Notice: Undefined index: #type in themesettings_verticaltabs_form_alter() (regel 23 van /public_html/drupal-7/sites/all/modules/themesettings_extras/themesettings_verticaltabs/themesettings_verticaltabs.module).

The vertical tab is generated in this page.

Could be a BligBuzz issue?